Binary targets
src/bin/**/*.rsのようなフォルダはどうなる?
If a binary, example, bench, or integration test consists of multiple source files, place a main.rs file along with the extra modules within a subdirectory of the src/bin, examples, benches, or tests directory. The name of the executable will be the directory name.
フォルダの名前がそのままターゲット名として扱われる。